home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / myvcs / myvcsinf.dfm / myvcsinf.txt
Text File  |  1995-12-22  |  1KB  |  68 lines

  1. object MyVCSInfo: TMyVCSInfo
  2.   Left = 320
  3.   Top = 163
  4.   BorderStyle = bsDialog
  5.   Caption = 'Project Information'
  6.   ClientHeight = 355
  7.   ClientWidth = 543
  8.   Font.Color = clWindowText
  9.   Font.Height = -17
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 20
  15.   object Label2: TLabel
  16.     Left = 24
  17.     Top = 208
  18.     Width = 201
  19.     Height = 20
  20.     Caption = 'Current Project Form List'
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 64
  25.     Width = 192
  26.     Height = 20
  27.     Caption = 'Current Project Unit List'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 24
  31.     Top = 8
  32.     Width = 127
  33.     Height = 20
  34.     Caption = 'Current Project:'
  35.   end
  36.   object UnitListBox: TListBox
  37.     Left = 24
  38.     Top = 88
  39.     Width = 497
  40.     Height = 105
  41.     ItemHeight = 20
  42.     TabOrder = 0
  43.   end
  44.   object FormListBox: TListBox
  45.     Left = 24
  46.     Top = 232
  47.     Width = 497
  48.     Height = 105
  49.     ItemHeight = 20
  50.     TabOrder = 1
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 24
  54.     Top = 32
  55.     Width = 401
  56.     Height = 29
  57.     TabOrder = 2
  58.   end
  59.   object BitBtn1: TBitBtn
  60.     Left = 440
  61.     Top = 28
  62.     Width = 81
  63.     Height = 33
  64.     TabOrder = 3
  65.     Kind = bkOK
  66.   end
  67. end
  68.